html,
body {
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}


/* common */

.content {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.pc-imgBox {
    display: block;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-imgBox {
    display: block;
    width: 100%;
}

.img-banner {
    width: 100%;
}


/* 品牌活动 */

.brand-wrap {
    max-width: 100% !important;
    background: #f8f8f8;
    padding-top: 15px;
}

@media screen and (min-width: 768px) {
    .brand-wrap .carousel-indicators {
        bottom: -54px;
    }
}

.brand-imgBox {
    font-size: 0;
}

.brand-imgBox img {
    width: 100%;
    height: 151px;
    margin-right: 26px;
}

.brand-imgBox img:hover {
    box-shadow: 0 12px 43px 0 rgba(92, 138, 253, .5);
}

.brand-imgBox img:last-child {
    margin-right: none;
}

.brand-listBox {
    font-size: 0;
}

.brand-listBox .list-item {
    display: inline-block;
    
    height: 151px;
    background: #fff;
    margin-right: 17px;
    font-size: 16px;
    color: #918FCB;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

.brand-listBox .list-item:hover {
    box-shadow: 0px 12px 43px 0px rgba(92, 138, 253, 0.5);
}

.brand-listBox .icon-wrap {
    display: inline-block;
}

.icon-xshd .icon {
    width: 85px;
    height: 67px;
    background: url('../images/brand-icons.png') -10px -10px;
    margin-top: 31px;
}

.icon-rwhd .icon {
    width: 65px;
    height: 65px;
    background: url('../images/brand-icons.png') -222px -10px;
    margin-top: 32px;
}

.icon-rwhd .desc {
    color: #EA90A9;
}

.icon-jsjz .icon {
    width: 62px;
    height: 62px;
    background: url('../images/brand-icons.png') -222px -95px;
    margin-top: 34px;
}

.icon-jsjz .desc {
    color: #6BD0E2;
}

.icon-wshd .icon {
    width: 87px;
    height: 65px;
    background: url('../images/brand-icons.png') -115px -10px;
    margin-top: 34px;
}

.icon-wshd .desc {
    color: #6CCDBB;
}

.icon-jshd .icon {
    width: 72px;
    height: 60px;
    background: url('../images/brand-icons.png') -10px -97px;
    margin-top: 38px;
}

.icon-jshd .desc {
    color: #FCBE45;
}

.icon-wyyc .icon {
    width: 53px;
    height: 59px;
    background: url('../images/brand-icons.png') -102px -97px;
    margin-top: 38px;
}

.icon-wyyc .desc {
    color: #FE9A47;
}


/* 最新发布 */

.new-publish {
    padding: 26px 0 0;
    height: auto;
}

.new-publish .headline {
    border-bottom: 1px solid #ccc;
    margin-bottom: 36px;
}

.new-publish .txt {
    display: inline-block;
    font-size: 18px;
    line-height: 66px;
    font-weight: 600;
    border-bottom: 5px solid #5c8afd;
}

.activity {
    margin-top: 36px;
    font-size: 0;
}

.activity-item {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 48px;
}

.activity-item:nth-child(3n+0) {
    margin-right: 0;
}

.activity-item:hover {
    box-shadow: 0px 12px 43px 0px rgba(92, 138, 253, 0.5);
}

.activity-item .top {
    width: 100%;
    height: 257px;
    background: #ccc;
    position: relative;
}
.activity-item .top>img {
    width: 100%;
    height:100%;
}

.activity-item .top .active-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    background: rgba(0, 0, 0, .6);
    border-radius: 4px 0 4px 0;
}

.activity-item .top .status {
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    padding: 0 20px;
    background: #8DC63F;
}

.activity-item .top .status::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-right: none;
    border: 16px solid transparent;
    border-left: 10px solid #fff;
}

.status.begin {
    background: #B893F7 !important;
}

.status.end {
    background: #ccc !important;
}


.activity-item .font {
    font-size: 14px;
    font-style: normal;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.activity-item .info,
.activity-item .title {
    padding: 0 10px;
    font-size: 0;
}

.activity-item .info {
    margin-top: 20px;
}

.activity-item .title {
    font-size: 16px;
    color: #31364C;
    line-height: 44px;
    margin-bottom: 10px;
}

.info .count {
    float: right;
}

.info .icon-time {
    width: 20px;
    height: 20px;
    background: url('../images/item-icons.png') -10px -10px;
    margin-right: 8px;
    vertical-align: middle;
}

.info .icon-eye {
    width: 23px;
    height: 15px;
    background: url('../images/item-icons.png') -50px -10px;
    /* -50 -45 red*/
    margin-right: 8px;
    vertical-align: middle;
}

.activity-item .address {
    width: 100%;
    height: 62px;
    background: #f5f5f5;
    padding: 0 10px;
    color: #cdcfd7;
    line-height: 62px;
    position: relative;
}

.activity-item:hover .address{
   background:#292d31;
   color:#ffffff;
   transition: .8s;
}
.activity-item:hover .address .font{
  color: #ffffff!important;
}


.activity-item:hover .address .btn{
  background:#8DC63F;
  color:#ffffff;
}


.address .icon-address {
    width: 16px;
    height: 22px;
    background: url('../images/item-icons.png') -10px -50px;
    vertical-align: middle;
    margin-right: 8px;
}

.address .btn {
    display: inline-block;
    width: 72px;
    height: 36px;
    border-radius: 5px;
    background: #252525;
    color: #fff;
    position: absolute;
    right: 32px;
    top: 13px;
}

.address .btn:hover {
    background: #8DC63F;
    color: #fff;
}
@media screen and (max-width: 992px) {
    .brand-imgBox img {
        width: 100px;
        height: 80px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .brand-listBox .list-item {
        width: 100px;
        height: 80px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .brand-listBox .list-item .icon-wrap {
        height: 100%;
    }
    .brand-listBox .list-item .desc {
        margin-top: -10px;
    }
    .icon-xshd .icon {
        width: 85px;
        height: 67px;
        background: url('../images/brand-icons.png') -10px -10px;
        margin-top: -2px;
        transform: scale(.4);
    }
    .icon-rwhd .icon {
        width: 65px;
        height: 65px;
        background: url('../images/brand-icons.png') -222px -10px;
        margin-top: 0px;
        transform: scale(.4);
    }
    .icon-jsjz .icon {
        width: 62px;
        height: 62px;
        background: url('../images/brand-icons.png') -222px -95px;
        margin-top: 0px;
        transform: scale(.4);
    }
    .icon-wshd .icon {
        width: 87px;
        height: 65px;
        background: url('../images/brand-icons.png') -115px -10px;
        margin-top: -2px;
        transform: scale(.4);
    }
    .icon-jshd .icon {
        width: 72px;
        height: 60px;
        background: url('../images/brand-icons.png') -10px -97px;
        margin-top: 0px;
        transform: scale(.4);
    }
    .icon-wyyc .icon {
        width: 53px;
        height: 59px;
        background: url('../images/brand-icons.png') -102px -97px;
        margin-top: 0px;
        transform: scale(.4);
    }
    .brand-wrap .new-publish {
        padding-top: 0;
    }
    .brand-wrap .new-publish .headline {
        margin-bottom: 0px;
    }
    .new-publish .headline {
        border: none;
    }
}

.classify-row {
    display: inline-block;
    margin: 0;
}

.classify-row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.classify {
    font-size: 0;
}

.c-list,
.c-item {
    display: inline-block;
    font-size: 0;
}

.c-item {
    padding: 0 10px;
    background: linear-gradient(to right, #a99cff, #8a67ff);
    border-radius: 4px;
    margin-right: 34px;
}

.c-item:last-child {
    margin-right: 0;
}

.classify-item {
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.classify-item:hover {
    color: #fff !important;
}

.classify-item:focus {
    color: #fff;
    text-decoration: none;
}

.brand-wrap .txt {
    margin-right: 20px;
}

.bg-bcjx {
    background: linear-gradient(to right, #73affa, #0069e0);
}

.bg-jsjz {
    background: linear-gradient(to right, #66c8fe, #3390f9);
}

.bg-msjt {
    background: linear-gradient(to right, #28f3f3, #00a3a3);
}

.bg-xshd {
    background: linear-gradient(to right, #6ce0b1, #23c683);
}

.bg-rwsk {
    background: linear-gradient(to right, #ffc331, #ff9f19);
}

.bg-dgwy {
    background: linear-gradient(to right, #ff966a, #ff6a00);
}

.bg-wyyc {
    background: linear-gradient(to right, #ff8080, #ff5151);
}